home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / comm / servu20c.zip / VERSION.TXT < prev   
Text File  |  1996-08-10  |  13KB  |  256 lines

  1. CHANGES SINCE VERSION 1.00
  2. ==========================
  3.  
  4. Version 2.0c, released 10 August 1996
  5. ------------------------------------
  6. * Fixed problem with user setup changes that would not show up immidiately.
  7. * Added "%maxusers" and "%maxanonymous" directives.
  8. * Changed the implementation of the REST command ('resume') to be compatible
  9.   with CuteFTP 1.5.
  10. * Added multi-homed IP support.
  11. * Fixed bug in MDTM command.
  12. * Changed dir listing format: Times before 10am now have a leading zero.
  13.   This to be more UNIX compatible and fix problems with WS_FTP.
  14. * Fixed problem in NT preventing directory deletion.
  15. * More bullet proofing of the socket stack routines.
  16. * Fixed bug causing GPF's while making server setup changes that resulted in
  17.   a server restart.
  18. * Added WinSock function logging.
  19. * Added support for external client verification DLLs. 
  20. * Bulletproofed the input buffer. It now handles any length strings.
  21. * The '&' character in the registration key (if present) is now displayed
  22.   correctly.
  23.  
  24. Version 2.0b, released 4 May 1996
  25. ------------------------------------
  26. * Bullet-proofed the 'relative paths anonymous' option. Now impossible to get 
  27.   out of the homedir (and subdirs below), even if user has access rights for 
  28.   other paths.
  29. * Changed '~' handling. Now works when embedded inside a path.
  30. * Fixed bug in 'Resume' command (FTP command 'REST').
  31. * Changed code for painting text & images in 'About' box, hopefully solving
  32.   problems on Win3.1 and WFW3.11.
  33.  
  34. Version 2.0a, released 18 April 1996
  35. ------------------------------------
  36. * Remote program execution (Through SITE EXEC) now launches the program from
  37.   the current directory of the user.
  38. * The Serv-U directory is now searched first for SERV-U.INI, then it looks
  39.   for an evironment variable named SERV-U, and finally the PATH and Window's
  40.   directories are searched for the .ini file (Order changed over previous).\
  41. * Added option to make server exit pending upon the logged in users.
  42. * Fixed problem with window size/position when user info box got closed while
  43.   minimized.
  44. * Fixed problem with links containing trailing '\'.
  45. * Fixed bug in '%dfree' text directive in 16-bit Serv-U.
  46. * Added the FTP command REST (=RESTart).
  47. * Changing the file name for directory change messages no longer causes the
  48.   server to log out all users.
  49. * Added the FTP command MDTM (=Modification Date & TiMe).
  50. * Hidden directories are now hidden from anonmous users (as are hidden
  51.   files) in the 32-bit version.
  52. * Fixed bug in DNS lookups that caused GPF's.
  53. * Transfer speed in 'User Info' box is now averaged.
  54. * Links embedded in a path will now be resolved correctly. This will make
  55.   things work better with Netscape which keeps links as part of the path.
  56. * 'Maximize' system menu item is now disabled in the user info box.
  57. * Background colors of bitmaps (in 'About' etc.) now display correctly
  58.   on non-gray windows.
  59. * Fixed error reply for 'SITE EXEC' in case no executable was specified.
  60. * Fixed bug that caused 'File - Exit' to skip the confirm dialogbox.
  61. * Fixed bug in '~' handling. It can now be used in links.
  62. * In case CTL3DV2.DLL is missing the 16-bit version will no longer trow
  63.   an exception.
  64. * Added file size to transfer logs.
  65.  
  66. Version 2.0, released 13 March 1996
  67. -----------------------------------
  68. * This version will continue to work after March 15th (All previous
  69.   versions stop at that date).
  70. * Converted code to BC 4.52 and OWL 2.5. 
  71. * Now 16- and 32-bit versions.
  72. * Added separate access right for 'list' access.
  73. * Added a luxurious 'user info' box.
  74. * Added IP Name logging.
  75. * Added a 'enable account' checkbox to quickly enable/disable a user.
  76. * Access rules can now be specific to a single directory, or inhereted by
  77.   subdirs (the previous method).
  78. * Fixed various dialogbox errors (text, formatting).
  79. * Changed the FTP 'HELP' command reply to be more UNIX compatible.
  80. * Added a ton of new '%' directives for signon/signoff messages, directory
  81.   change messages, and login messages.
  82. * Changed icons.
  83. * Non-anonymous users can now also delete 'read only' files.
  84. * 'hidden' files are no longer indicated as such in dir listings (confused
  85.   the Mac client 'Fetch').
  86. * The permission server now uses UDP messages instead of TCP.
  87. * Added support for user specific login messages.
  88. * Changed font and size of signon/off message dialog box.
  89. * Added support for 'links' (like UNIX).
  90. * Fixed logscreen: It will now do automatic horizontal scrolling when the
  91.   cursor is moved.
  92. * User is now booted off the server if the password is guessed wrong 3 times.
  93. * Time a user was connected gets logged.
  94. * Inserting new paths in the access rule list is now done at current position
  95.   instead of to the end of the list.
  96. * 'CWD ' (='cd') or 'CWD ~' will now put the user back in the home directory.
  97. * 'NLST *' (='ls') or 'LIST *' (='dir') will now convert to '*.*', ie. will
  98.   use UNIX style globbing.
  99. * Now even softer on your socket stack...
  100. * Made the 'undocumented features' part of the setup.
  101. * Changed directory listing format to be more UNIX compatible.
  102. * Cleaned up local heap management, so the logwindow might actually work
  103.   better.
  104. * Added transfer speed to file transfer log messages.
  105. * Fixed bug that caused filenames like '/c:' to be seen as relative.
  106. * Changed all dialogboxes to use MS or Win95 3D-controls. No more BWCC.DLL.
  107. * Data connection now uses the RFC959 default local port, ie. local port 20
  108.   if the command connection uses 21. Should make some firewalls more happy.
  109. * Added the FTP command SIZE. Should make Netscape happy (so it can tell
  110.   filesize on transfer).
  111. * Fixed client message in case 'anonymous' is disabled.
  112.  
  113. Version 1.1i
  114. ------------
  115. * Change of address in all the documents.
  116. * The try-out version will continu to work after October 15th. 1995 
  117.   (v1.1h won't).
  118. * Fixed bug in renaming long file names.
  119. * Fixed bug that caused rare GPF's with some firewall proxy clients.
  120.  
  121. Version 1.1h
  122. ------------
  123. * Added switch to explicitely disable long file/directory names in 
  124.   Windows 95.
  125. * Fixed a bug causing garbage to appear in some cases if a directory
  126.   listing of an empty directory was made
  127.  
  128. Version 1.1g
  129. ------------
  130. * Fixed bug in making directories for Win3.1 and WFW3.11.
  131. * Fixed bug in deleting long file names under Win95.
  132.  
  133. Version 1.1f
  134. ------------
  135. * Windows 95 long file names are supported. Serv-U auto-detects 
  136.   the presence of Win95.
  137. * The current number of users is displayed in the window title.
  138. * The 'password' checks for anonymous users can be disabled.
  139. * MS-DOS or Windows programs can be started remotely, using the 
  140.   SITE command EXEC. The EXEC mechanism is also part of the 
  141.   regular access rules.
  142. * When the server is stopped while there are users logged in, a 
  143.   dialogbox will pop up to confirm the action.
  144. * Options to the LIST and NLST commands are handled (ie. 'ls 
  145.   -la' like some clients send to the server will produce output).
  146. * The FTP commands APPE (=append) and STOU (=store unique) are 
  147.   now supported.
  148. * Data type 'L8' (=local type 8 bits per byte) is now supported.
  149. * Server is not restarted any more if maximum number of users 
  150.   or time-out values are changed.
  151. * The bug causing Serv-U to beep when it could not log to 
  152.   screen has been fixed (actually a MS-Windows bug).
  153. * Anonymous users no longer see hidden files.
  154. * Drives are checked for accessability before usage, so no 
  155.   longer the 'retry - ignore' dialogboxes.
  156. * Info on the WinSock socket stack is shown on startup.
  157. * Fixed bug causing false dir listings for 'dir .'.
  158. * Made Serv-U more tolerant for firewalls using proxy servers 
  159.   that mix PASV and PORT commands.
  160. * Fixed bug that caused XCWD, XRMD, and XMKD to malfunction.
  161.  
  162. Version 1.1e
  163. ------------
  164. * Anonymous users no longer see 'hidden' files.
  165. * Fixed a rather nasty bug in the security system.
  166. * Paths are now reported back with a leading '/'. This is to ensure 
  167.   more compatibility with the UNIX format and to make a number of 
  168.   Macintosh FTP clients even happier.
  169. * The start-up message of Serv-U now reports the socket stack it is 
  170.   running on.